type runtime.gList
25 uses
runtime (current package)
chan.go#L436: var glist gList
mcleanup.go#L392: sleeping gList
mcleanup.go#L636: var list gList
mgc.go#L474: list gList
mgcmark.go#L363: sched.gFree.stack = gList{}
mgcscavenge.go#L451: var list gList
netpoll.go#L494: func netpollready(toRun *gList, pd *pollDesc, mode int32) int32 {
netpoll_epoll.go#L99: func netpoll(delay int64) (gList, int32) {
netpoll_epoll.go#L101: return gList{}, 0
netpoll_epoll.go#L128: return gList{}, 0
netpoll_epoll.go#L132: var toRun gList
proc.go#L4045: func injectglist(glist *gList) {
proc.go#L4067: *glist = gList{}
proc.go#L6606: var list gList
proc.go#L7151: var list gList
proc.go#L7815: func (q *gQueue) popList() gList {
proc.go#L7816: stack := gList{q.head, q.size}
proc.go#L7823: type gList struct {
proc.go#L7829: func (l *gList) empty() bool {
proc.go#L7834: func (l *gList) push(gp *g) {
proc.go#L7841: func (l *gList) pushAll(q gQueue) {
proc.go#L7850: func (l *gList) pop() *g {
runtime2.go#L821: gFree gList
runtime2.go#L974: stack gList // Gs with stacks
runtime2.go#L975: noStack gList // Gs without stacks
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |